找传奇、传世资源到传世资源站!

微信 小程序 全功能示例源码下载

8.5玩家评分(1人评分)
下载后可评
介绍 评论 失效链接反馈

微信 小程序 全功能示例源码下载 HTML/CSS-第1张微信 小程序 全功能示例源码下载 HTML/CSS-第2张微信 小程序 全功能示例源码下载 HTML/CSS-第3张<!--index.wxml--><view class="wrapper"> <view class="page-body"> <view class="page-body-wrapper"> <form bindsubmit="openLocation"> <view class="page-body-form"> <text class="page-body-form-key">经度</text> <input class="page-body-form-value" type="text" value="{{location.longitude}}" name="longitude"></input> <text class="page-body-form-key">纬度</text> <input class="page-body-form-value" type="text" value="{{location.latitude}}" name="latitude"></input> <text class="page-body-form-key">位置名称</text> <input class="page-body-form-value" type="text" value="{{location.latitude}}" name="name"></input> <text class="page-body-form-key">详细位置</text> <input class="page-body-form-value" type="text" value="{{location.latitude}}" name="address"></input> </view> <view class="page-body-buttons"> <button class="page-body-button" type="primary" bindtap="getLocation">获取位置</button> <button class="page-body-button" type="primary" formType="submit">查看位置</button> </view> </form> </view> </view></view><!--<view class="container flex-wrap flex-direction-col"> <view class="my-swiper" > <swiper indicator-dots="{{indicatorDots}}" autoplay="{{autoplay}}" interval="{{interval}}" duration="{{duration}}"> <block wx:for="{{imgUrls}}"> <swiper-item> <image src="{{item}}" class="slide-image" height="200"/> </swiper-item> </block> </swiper> </view> <view class="nav-block wrap"> <block wx:for="{{navItems}}"> <view class="wrap-item {{item.isSplot ? 'exp' : ''}}"> <navigator url="../components/{{item.url}}/{{item.url}}" hover-class="navigator-hover">{{item.name}}</navigator> </view> </block> </view> <view class="text"> <view class="line_flag"></view> <text>新品上架</text> </view> <view class="venues_box"> <view class="venues_list"> <block wx:for="{{venuesItems}}"> <view class="venues_item"> <image src="{{item.imgurl}}"/> </view> </block> </view> </view> <view class="text"> <view class="line_flag"></view> <text>会员反馈</text> </view> <view class="choice_box"> <view class="choice_list"> <block wx:for="{{choiceItems}}"> <navigator url="../details/index?id={{item.id}}"> <view class="choice_item"> <image src="{{item.imgurl}}"/> <view class="title">{{item.title}}</view> </view> </navigator> </block> </view> </view></view> -->

评论

发表评论必须先登陆, 您可以 登陆 或者 注册新账号 !


在线咨询: 问题反馈
客服QQ:174666394

有问题请留言,看到后及时答复